specify Y'CbCrA model instead of Y'CbCr for Y'CbCrA float.
authorØyvind Kolås <ok@src.gnome.org>
Fri, 16 Feb 2007 10:50:31 +0000 (10:50 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Fri, 16 Feb 2007 10:50:31 +0000 (10:50 +0000)
* babl/base/formats.c: (babl_formats_init): specify Y'CbCrA model
instead of Y'CbCr for Y'CbCrA float.

svn path=/trunk/; revision=218

ChangeLog
babl/base/formats.c

index 508693dd44c85c671e56c1113947786638987cec..5e575b8fb6638855d624fbb6aae1a6f12a6d0925 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-16  Øyvind Kolås  <pippin@gimp.org>
+
+       * babl/base/formats.c: (babl_formats_init): specify Y'CbCrA model
+       instead of Y'CbCr for Y'CbCrA float.
+
 2007-02-15  Øyvind Kolås  <pippin@gimp.org>
 
        * extensions/gegl-fixups.c: (conv_rgbAF_rgb8): simplified logic
index 52c09ff6ea0c6db329ddda7e3043a42c34072864..61233c4541fc5824e354837a22ed18922243c39c 100644 (file)
@@ -170,7 +170,7 @@ babl_formats_init (void)
       babl_component_id (BABL_CR),
       NULL);
   babl_format_new (
-      babl_model_id (BABL_YCBCR),
+      babl_model_id (BABL_YCBCR_ALPHA),
       babl_type_id (BABL_FLOAT),
       babl_component_id (BABL_LUMA),
       babl_type_id (BABL_FLOAT),